Opc.Ua.Security.Certificates
X509Signature Constructor(Byte[],Byte[],Byte[])



Opc.Ua.Security.Certificates Namespace > X509Signature Class > X509Signature Constructor : X509Signature Constructor(Byte[],Byte[],Byte[])
The data to be signed.
The signature of the data.
The algorithm used to create the signature.
Initialize the X509 signature values.
Syntax
'Declaration
 
Public Function New( _
   ByVal tbs() As Byte, _
   ByVal signature() As Byte, _
   ByVal signatureAlgorithmIdentifier() As Byte _
)
'Usage
 
Dim tbs() As Byte
Dim signature() As Byte
Dim signatureAlgorithmIdentifier() As Byte
 
Dim instance As New X509Signature(tbs, signature, signatureAlgorithmIdentifier)
public X509Signature( 
   byte[] tbs,
   byte[] signature,
   byte[] signatureAlgorithmIdentifier
)

Parameters

tbs
The data to be signed.
signature
The signature of the data.
signatureAlgorithmIdentifier
The algorithm used to create the signature.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

X509Signature Class
X509Signature Members
Overload List